home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3vcone.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_VCONE_H = 1;
- include("real/raytr/r3frobj.js")
-
-
- var R3CLID_VCONE = 768;
-
-
-
-
- R3VCONEA_Center = 768502;
- function SetR3VCONEA_Center(value) {
- R3Set(this.r3obj, R3VCONEA_Center, value, R3TID_VECTOR, 0);
- }
-
- function GetR3VCONEA_Center() {
- return R3Get(this.r3obj, R3VCONEA_Center, R3TID_VECTOR, 0);
- }
-
-
-
- function r3Vcone () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_VCONE, arguments);
- }
- // Attributes
- this.GetCenter=GetR3VCONEA_Center;
- this.SetCenter=SetR3VCONEA_Center;
- }
-
- r3Vcone.prototype=new r3Frobject;
- // r3vcone.h_H